object SaveConfForm: TSaveConfForm Left = 339 Top = 282 BorderStyle = bsDialog Caption = 'Save current settings' ClientHeight = 173 ClientWidth = 218 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg 2' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter DesignSize = ( 218 173) PixelsPerInch = 96 TextHeight = 13 object OKButton: TTntButton Left = 32 Top = 142 Width = 75 Height = 25 Anchors = [akLeft, akBottom] Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object CancelButton: TTntButton Left = 120 Top = 142 Width = 75 Height = 25 Anchors = [akLeft, akBottom] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object GroupBox: TTntGroupBox Left = 8 Top = 8 Width = 199 Height = 98 Anchors = [akLeft, akTop, akRight, akBottom] Caption = 'Save current settings to...' TabOrder = 0 DesignSize = ( 199 98) object CUButton: TTntRadioButton Left = 8 Top = 24 Width = 184 Height = 17 Anchors = [akLeft, akTop, akRight] Caption = 'Current user profiles in registry' Checked = True TabOrder = 0 TabStop = True end object LMButton: TTntRadioButton Left = 8 Top = 48 Width = 184 Height = 17 Anchors = [akLeft, akTop, akRight] Caption = 'Local machine profile in registry' TabOrder = 1 end object INIButton: TTntRadioButton Left = 8 Top = 72 Width = 184 Height = 17 Anchors = [akLeft, akTop, akRight] Caption = 'INI-file in program folder' TabOrder = 2 end end object RegSaveBox: TTntCheckBox Left = 8 Top = 115 Width = 201 Height = 17 Anchors = [akLeft, akBottom] Caption = 'Include registration information' Checked = True State = cbChecked TabOrder = 3 end end